Welcome![Sign In][Sign Up]
Location:
Search - gif c

Search list

[GDI-Bitmapgif_89_a

Description: 这是一个Gif解码非常适用的源程序,另外附有标准的gif说明文档-This is a very applicable Gif decoding of the source and another with standard gif documentation
Platform: | Size: 188416 | Author: | Hits:

[Dialog_Window创建分层窗口实现图像渐变

Description: 1、有没有方法创建一个半透明的窗口,并将该窗口上发生的所有鼠标事件都传递到桌面或另一个应用窗口处理? 2、我正在写一个幻灯显示程序,该程序要显示JPEG图像序列。我使用了 2002年三月刊专栏文章中的 CPicture 类来绘制图像(参见:C++ Q&A: Do You Have a License for that GIF? PreSubclassWindow, EOF in MFC, and More)。那个程序运行得很好。但我现在想添加从某一张图像到下一张图像的渐变特性。我在网页中用转换效果可以做到。那么是否有办法从程序代码中实现图像渐变特性? -one, is there a way to create a translucent window, the window will be on all the mouse events are delivered to the desktop or another application window? 2, I was writing a slide show program, which is to show JPEG image sequence. I use the 2002 monthly column 3 of CPicture class mapping images (see : C QA : Do You Have a License for that GIF PreSubclassWindow, EOF in MFC, and More). That program runs very well. But now I want to add one from a certain image to the image under a transitional feature. I used the website conversions can be done. So if there is any way from the code graded Image characteristics?
Platform: | Size: 399360 | Author: 杨飞 | Hits:

[Compress-Decompress algrithmsGIFLIB.ZIP

Description: GIF87a的压缩,解压缩及一些工具的源代码,稍微修改就可以支持GIF89a, 可以在vc中使用,解码的话只需要一个文件DGIF_LIB.C(头文件还是需要的),加入工程中就可以使用,显示实例可以参考文件gif2herc.c中的main函数-GIF87a compression, decompression tools and the source code, it can be slightly modified to support GIF89a, the vc used, decoding the only one document DGIF_LIB.C (header files or need), join the project can use it, showing examples can reference document gif2herc.c the main function
Platform: | Size: 163840 | Author: pyh | Hits:

[Graph programdgif_lib

Description: Gif解码程序库,代码质量不错的。采用C语言编写。-Gif decoding libraries, code quality good. Using C language.
Platform: | Size: 6144 | Author: 石代奎 | Hits:

[Picture ViewerDosImageprocess

Description: dos下用c实现图像的处理,可处理bmp,pcx,gif等格式的显示和简单的特效处理。-dos c achieve using image processing, handling bmp, nil, gif format display and simple effects processing.
Platform: | Size: 1366016 | Author: 冯磊 | Hits:

[Special EffectsWinImageprocess

Description: windows下实现对各种格式图像的处理,用c++实现对bmp,jepg,gif等格式图像的处理及特效的算法。-windows under a variety of formats for image processing, c achieve right bmp, jepg, gif format image processing algorithms and special effects.
Platform: | Size: 1167360 | Author: 冯磊 | Hits:

[Compress-Decompress algrithmsgif_dec

Description: gif编码和解码的程序。:) -gif encoding and decoding process. :)
Platform: | Size: 16384 | Author: 王文 | Hits:

[Picture ViewerWATCOMCforGIF

Description: 用watcom c显示GIF图像格式 用watcom c显示GIF图像格式-with Watcom c shows GIF format images with Watcom c shows GIF format images
Platform: | Size: 6144 | Author: 乔凯 | Hits:

[Picture ViewerGIF_code

Description: 这是一个关于GIF图片文件格式的C语言解码程序-This is a GIF image files on the C language format decoding procedures
Platform: | Size: 5120 | Author: njgwx | Hits:

[Windows Develop576

Description: CxImage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.-CxImage is a C class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.
Platform: | Size: 590848 | Author: 小郑 | Hits:

[ARM-PowerPC-ColdFire-MIPSBMP2GIF

Description: 用c写的bmp转换成gif的程序。在tc2.0下编译通过。可以直接移到嵌入式平台使用-used to write the bmp converted into gif procedures. Under the tc2.0 compile. Embedded can be directly moved to the platform
Platform: | Size: 2048 | Author: 阮麟 | Hits:

[OtherLoadGif

Description: 目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。   由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。   假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a dialog box controls can be BUTTON, STATIC, and so on. Suppose you added in the control ID is IDC_FLASH, your dialog window handle is hDlg, CPictureEx w
Platform: | Size: 365568 | Author: 王易 | Hits:

[GDI-BitmapLoadGff

Description: 前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,花时间改造了一下这个类,改造,该类可以应用于任何MFC、 WTL/ATL及其它INDOWS API编程。由于原来的CPictureEx是继承于CStatic类,改造后,在CPictureEx中直接封装了一个窗口句柄HWND。假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-ago on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. renovation of time spent on this category, transformation and can be applied to any such MFC, WTL/ATL and other INDOWS API programming. As the original CPictureEx inherited from CStatic category that after transformation, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a dialog box controls can be BUTTON, STATIC, and so on. Suppose you added in the control ID is IDC_FLASH, your dialog window handle is hDlg, CPictureEx would use,
Platform: | Size: 365568 | Author: 陈真 | Hits:

[Picture Viewer12452121

Description: 在MFC程序中显示JPG/GIF图像 如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没有那么轻松,那么是不是要自己编写JPG解压缩代码呢?当然不用那么复杂啦!此代码将示范如何在MFC程序中显示JPG或者GIF图像。 -in MFC process shows JPG/GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control,- minutes fixed up. But C programmers to show the same graphics is not so easy, So is not prepared to own JPG decompression code? Of course not so complicated! This code will be demonstrations on how to MFC process shows JPG or GIF images.
Platform: | Size: 291840 | Author: 张巍 | Hits:

[Compress-Decompress algrithms_041214Sams.C.Primer.Plus.5th.Edition.Nov.2004.eBo

Description: java对GIF的编解码工具,有完整的说明和例子-java GIF the right codecs tools, a full description and examples
Platform: | Size: 3456000 | Author: zhoujin | Hits:

[Picture Viewerfbv-1.0b.tar

Description: linux下基于控制台的图片浏览器,基于FrameBuffer驱动实现,支持BMP、JPG、PNG、GIF格式图片浏览,支持缩放、翻转等功能,纯C实现,小巧且使用方便,很适合拿来做嵌入式移植和二次开发,可参考其来实现数码产品的图片浏览器。-linux based console Photo browser, Drivers based framebuffer support BMP, JPG, PNG, GIF format images View, support zoom, flip, and other functions, to achieve pure C, compact and easy to use. very suitable for embedded used as transplants and secondary development, reference can be made to realize its digital products Photo browser.
Platform: | Size: 19456 | Author: nico zhu | Hits:

[Picture ViewerimageConvert

Description: 一个用C#写一个图片转换程序,可以转为GIF,JPG,PIF文件。-a C# to write a picture switching procedures can be converted to GIF, JPG, PIF documents.
Platform: | Size: 26624 | Author: 李平 | Hits:

[Special EffectsImageStone_src

Description: ImageStone is a powerful C++ class library for image manipulation. It is written in pure C++ and easy portable. It includes load/save(support BMP GIF JPG PNG TIF ICO TGA PCX PSD...), display, histogram, undo/redo and transform image with over 100 predefined effects. -ImageStone C is a powerful class library az r image manipulation. It is written in pure C and easy portable. It includes load/save (support BMP GIF JPG PNG TIF ICO TGA PCX PSD ...), display, histogram, undo/redo and transform image with over 100 pre defined effects.
Platform: | Size: 3330048 | Author: | Hits:

[Graph programPicDecoder

Description: 各种图像的解码C code,包括JPEG,tiff,gif-various image decoding C code, including JPEG, tiff, gif
Platform: | Size: 439296 | Author: 章节 | Hits:

[GDI-BitmapGIFdecode

Description: GIF图形处理的标准解码程序,适合GIF89A标准格式,用标准C语言编写.-GIF graphics standard decoding procedures for GIF89A standard format using standard C language.
Platform: | Size: 5120 | Author: 陈名 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net